Vcenter ConsumptionDomains Zones CreateSpec

Vcenter ConsumptionDomains Zones CreateSpec
Vcenter ConsumptionDomains Zones CreateSpec

The Vcenter ConsumptionDomains Zones CreateSpec schema contains the information required to create a zone.

This schema was added in vSphere API 8.0.0.1.

JSON Example
{
    "zone": "string",
    "description": "string"
}
string
zone
Required

Identifier of the zone. It has the following restrictions: 1. The ID must be 63 characters or less (cannot be empty), 2. The ID must begin and end with a lowercase alphanumeric character ([a-z0-9]), 3. The ID must only contain dashes (-), and lowercase alphanumerics in between, 4. The ID must be unique within the vCenter in which it is created.

This property was added in vSphere API 8.0.0.1.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.vcenter.consumption_domains.Zone. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.vcenter.consumption_domains.Zone.

string
description
Optional

Description of the zone.

This property was added in vSphere API 8.0.0.1.

If missing or null or empty, an empty description is set.